Replaces the item at the specified index by the new specified item.
シンタックス
'宣言
Public Function ReplaceAsync( _
ByVal As System.Guid, _
ByVal As System.Integer, _
ByVal As _
) As System.Threading.Tasks.Task(Of Integer)
public System.Threading.Tasks.Task<int> ReplaceAsync(
System.Guid ,
System.int ,
)
パラメータ
- eTag
- The token that determines whether the calling collection is synchronized.
- index
- The index.
- item
- The item.
参照